home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workplace Effectiveness:…ecision-Making Strategies
/
Workplace Effectiveness: Decision-Making Strategies.iso
/
pc
/
Files
/
Menu3.dxr
/
00002_Main navigation buttons.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-12-16
|
342 b
|
28 lines
global gMasterData, gFlashTime
on setUpIsland
set gFlashTime to the ticks
audio1xOnly(gMasterData, "05")
end
on backToMain
getIslandPrinting()
stopSounds()
cursor(4)
go(1, "Main")
end
on quitButton
cursor(4)
go("quit", "Main")
end
on notePadButton
DoNotepad()
end
on continueNext
stopSound2()
go(the frame + 1)
end